home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Interactive 1
/
PC World Interactive 1 - Nisan 1997.iso
/
nostalji
/
bbs
/
prog
/
webtrial.exe
/
WBSMISC.QIP
/
FORM-RPT.BAT
< prev
next >
Wrap
DOS Batch File
|
1995-06-14
|
276b
|
12 lines
rem
rem Used with example forms in the Windows WebServer documentation
rem
set of=%output_file%
echo Content-type:text/html > %of%
echo. >> %of%
type c:\httpd\cgi-bin\form-rpt.pre >> %of%
type %CONTENT_FILE% >> %of%
type c:\httpd\cgi-bin\form-rpt.pst >> %of%